Exemple #1
0
 public static void EnsurePCEntity(UInt32 key, ActorEntity entity)
 {
     PCEntities.AddOrUpdate(key, entity, (k, v) => entity);
 }