Exemplo n.º 1
0
 public void SetGUID(int guid)
 {
     this.id = guid;
     GUIDPool.AddToMap(this);
     eventResponse?.Invoke(this);
 }
Exemplo n.º 2
0
        public NetGUID(int guid)
        {
            this.id = guid;

            GUIDPool.AddToMap(this);
        }