コード例 #1
0
 public Monster()
 {
     this.state = new DoSomethingStateNotCalled(this);
 }
コード例 #2
0
 public void SetState(DoSomethingState state)
 {
     this.state = state;
 }