namespace ClusterVR.CreatorKit.Constants { public static class TriggerGimmick { public const double TriggerExpireSeconds = 1.0; public const double OwnershipExpireExpectedSeconds = 10.0f; public const int MaxKeyLength = 64; public const int PersistedPlayerStateKeysCount = 100; } }