Server.Statics.DeltaState.DeltaState C# (CSharp) 메소드

DeltaState() 공개 메소드

public DeltaState ( Server.Point2D p ) : System
p Server.Point2D
리턴 System
			public DeltaState( Point2D p )
			{
				m_X = p.X;
				m_Y = p.Y;
				m_List = new List<Item>();
			}
		}
Statics.DeltaState