Skip to content

Commit e9436a9

Browse files
committed
Expose whitelist in config interface
1 parent 7f09a58 commit e9436a9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

‎Torch.API/ITorchConfig.cs‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ public interface ITorchConfig
3636
string LoginToken { get; set; }
3737
bool RestartOnGameUpdate { get; set; }
3838
int GameUpdateRestartDelayMins { get; set; }
39+
bool EnableWhitelist { get; set; }
40+
List<ulong> Whitelist { get; set; }
3941

4042
void Save(string path = null);
4143
}

0 commit comments

Comments
 (0)