コード例 #1
0
 public AbsPanelHoveredState(IPanelTransactionStateConstArg arg) : base(arg)
 {
 }
コード例 #2
0
 public AbsPanelUnhoverableState(IPanelTransactionStateConstArg arg) : base(arg)
 {
 }
コード例 #3
0
 public AbsPanelTransactionState(IPanelTransactionStateConstArg arg)
 {
     thisPanel = arg.panel;
 }
コード例 #4
0
 public AbsPanelWaitingForPickUpState(IPanelTransactionStateConstArg arg) : base(arg)
 {
 }