Esempio n. 1
0
 public ApiWorldInstance(ApiWorld world, string _idWithTags, int _count)
 {
     instanceWorld = world;
     idWithTags    = _idWithTags;
     count         = _count;
 }
Esempio n. 2
0
 public static void AddLocal(ApiWorld world)
 {
     localWorlds.Add(world.id, world);
 }