BulletMLSample.MyBulletFunctions.GetShipPosY C# (CSharp) Метод

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

public GetShipPosY ( ) : float
Результат float
        public float GetShipPosY()
        {
            return Game1.myship.pos.Y;
        }