Exemple #1
0
        public static ActorEntity GetPCEntity(UInt32 key)
        {
            ActorEntity pc;

            PCEntities.TryGetValue(key, out pc);
            return(pc);
        }