예제 #1
0
 public static void Close(string type, string @namespace, string name)
 {
     Raw.Close(type, @namespace, name);
 }
예제 #2
0
 public static void Close(Menu menu)
 {
     Raw.Close(menu.type, menu.@namespace, menu.name);
 }
예제 #3
0
파일: Map.cs 프로젝트: tuita520/RaidBot
 private void Start()
 {
     EncryptionKey = Encoding.UTF8.GetBytes(DefaultEncryptionKeyString);
     InitializeMap(EncryptionKey);
     Raw.Close();
 }