add
This commit is contained in:
10
Assets/trCRM/Scripts/public/MyCfg.cs
Normal file
10
Assets/trCRM/Scripts/public/MyCfg.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using UnityEngine;
|
||||
using System.Collections;
|
||||
using Coolape;
|
||||
|
||||
public class MyCfg : CLCfgBase
|
||||
{
|
||||
public static int mode = 0;
|
||||
public string default_UID = "";
|
||||
//TODO:
|
||||
}
|
||||
Reference in New Issue
Block a user