forked from Shardstone/trail-into-darkness
some syntax and such and adde an editor tool for visualising logs
This commit is contained in:
@@ -2,8 +2,8 @@ using System.Runtime.CompilerServices;
|
||||
|
||||
namespace Jovian.InGameLogging {
|
||||
public readonly struct InGameLogger {
|
||||
readonly IGameLogStore store;
|
||||
readonly LogChannel channel;
|
||||
private readonly IGameLogStore store;
|
||||
private readonly LogChannel channel;
|
||||
|
||||
public InGameLogger(IGameLogStore store, LogChannel channel) {
|
||||
this.store = store;
|
||||
|
||||
Reference in New Issue
Block a user