NScumm.Sword1.ControlButton.IsSaveslot C# (CSharp) 메소드

IsSaveslot() 공개 메소드

public IsSaveslot ( ) : bool
리턴 bool
        public bool IsSaveslot()
        {
            return ((_resId >= SwordRes.SR_SLAB1) && (_resId <= SwordRes.SR_SLAB4));
        }