Ejemplo n.º 1
0
 public static void Close(string type, string @namespace, string name)
 {
     Raw.Close(type, @namespace, name);
 }
Ejemplo n.º 2
0
 public static void Close(Menu menu)
 {
     Raw.Close(menu.type, menu.@namespace, menu.name);
 }
Ejemplo n.º 3
0
 private void Start()
 {
     EncryptionKey = Encoding.UTF8.GetBytes(DefaultEncryptionKeyString);
     InitializeMap(EncryptionKey);
     Raw.Close();
 }