public OrderForHotel(NpcAICustomerForHotelCpt customer, BuildBedCpt bed) { this.customer = customer; this.bed = bed; orderHotelStatus = OrderHotelStatusEnum.Start; sleepTime = UnityEngine.Random.Range(1, 3); }
public void SetOrderStatus(OrderHotelStatusEnum orderHotelStatus) { this.orderHotelStatus = orderHotelStatus; }