Exemple #1
0
        public static bool RemovePCEntity(UInt32 key)
        {
            ActorEntity removed;

            return(PCEntities.TryRemove(key, out removed));
        }