コード例 #1
0
 public InputState(InputContext context) : base(context)
 {
     if (context == null)
     {
         throw new ArgumentNullException();
     }
     Context.addState(this);
 }