Example #1
0
        public void SetObj(IGameObj obj)
        {
            this.obj           = obj;
            this.properityList = new ProperityList(obj);

            this.DataSource = properityList.List;
        }
Example #2
0
 public void ClearObj ()
 {
     this.obj = null;
     this.properityList = null;
 }
Example #3
0
        public void SetObj ( IGameObj obj )
        {
            this.obj = obj;
            this.properityList = new ProperityList( obj );

            this.DataSource = properityList.List;
        }
Example #4
0
 public void ClearObj()
 {
     this.obj           = null;
     this.properityList = null;
 }