예제 #1
0
 private void ClearVendor()
 {
     this.player    = null;
     this.vendor    = null;
     this.blueprint = null;
 }
예제 #2
0
 public void SetVendor(IVendor vendor, PlayerCore player)
 {
     this.player = player;
     this.vendor = vendor;
     blueprint   = vendor.GetVendingBlueprint();
 }