コード例 #1
0
 public StoreObjectFunctionHandler_s()
 {
     budtenderCounter = null;
     checkoutCounter  = null;
     decoration       = null;
     displayShelf     = null;
     doorway          = null;
 }
コード例 #2
0
 public void SetDisplayShelf(StoreObjectFunction_DisplayShelf_s shelf)
 {
     displayShelf = shelf;
 }