UHSampleGame.Players.Player.PlayerSetup C# (CSharp) Метод

PlayerSetup() публичный Метод

public PlayerSetup ( int playerNum, int teamNum, Base gameObject, PlayerType playerType ) : void
playerNum int
teamNum int
gameObject UHSampleGame.CoreObjects.Base.Base
playerType PlayerType
Результат void
        public void PlayerSetup(int playerNum, int teamNum, Base gameObject, PlayerType playerType)
        {
            SharedSetup(playerNum, teamNum, playerType);
            SetBase(gameObject);
        }