11 lines
172 B
C#
11 lines
172 B
C#
using UnityEngine;
|
|
using System.Collections;
|
|
using Coolape;
|
|
|
|
public class MyCfg : CLCfgBase
|
|
{
|
|
public static int mode = 0;
|
|
public string default_UID = "";
|
|
//TODO:
|
|
}
|