PushFrenzy.Rules.Slot.Slot C# (CSharp) 메소드

Slot() 공개 메소드

public Slot ( int x, int y ) : System
x int
y int
리턴 System
        public Slot(int x, int y)
        {
            X = x;
            Y = y;
        }
Slot