示例#1
0
 protected GameItem( Game g )
 {
     if( g == null ) throw new ArgumentNullException( "g" );
     _game = g;
     _game.GameItemCreated( this );
 }