Model.OnBoundary C# (CSharp) 메소드

OnBoundary() 보호된 추상적인 메소드

protected abstract OnBoundary ( int x, int y ) : bool
x int
y int
리턴 bool
    protected abstract bool OnBoundary(int x, int y);