Exemplo n.º 1
0
        public void AddShootingPoints(GameObject go, ServerGameEntity gameEntity)
        {
            List <Transform> shootingPoints = GetShootingPoints(go.transform);

            gameEntity.AddShootingPoints(shootingPoints);
        }