コード例 #1
0
        public int Update(int ms)
        {
            if (_onEscape.OnceOnPressDown())
            {
                return(Stage.Id.Level);
            }

            return(Id);
        }