Explorar o código

Upgraded GameModule layout

James Peret %!s(int64=2) %!d(string=hai) anos
pai
achega
7a0a250833
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  1. 4 4
      Runtime/AnalyticsModule.cs

+ 4 - 4
Runtime/AnalyticsModule.cs

@@ -14,10 +14,10 @@ namespace KairoEngine.Analytics
     {
         public override string name => "Analytics Module";
 
-        [FoldoutGroup("@name")] public string mixpanelAPIToken = "";
-        [FoldoutGroup("@name")] public bool trackEvents = true;
-        [FoldoutGroup("@name")] public bool debugEvents = true;
-        [FoldoutGroup("@name")] public bool clearEventsOnStart = false;
+        public string mixpanelAPIToken = "";
+        public bool trackEvents = true;
+        public bool debugEvents = true;
+        public bool clearEventsOnStart = false;
 
         public AnalyticsModule(GameConfig config) : base(config)
         {