namespace MoleMole.Config { public class ConfigMPArguments { public float SyncSendInterval = 1f / 15f; public IdentityRemoteMode RemoteMode; public string[] MuteSyncAnimatorTags = Miscs.EMPTY_STRINGS; } }