HasWalkDust() 공개 메소드

public HasWalkDust ( ) : bool
리턴 bool
예제 #1
0
        public static bool HasWalkDust(int type)
        {
            ModTile modTile = GetTile(type);

            if (modTile != null)
            {
                return(modTile.HasWalkDust());
            }
            return(false);
        }