C# Class world, Moonlight_Bartender

Inheritance: MonoBehaviour
Show file Open project: michaeljaeoh/Moonlight_Bartender Class Usage Examples

Public Properties

Property Type Description
Alcoholic AlcoholicCustomer,
Customer NormalCustomer,
chia Chia,
customer_count int
customer_stack Stack
drinkOptions List
isLevel1 bool
moneyEarned int
mouseBusy bool
star1 int
star2 int
star3 int
timeLeft float

Public Methods

Method Description
getMouseBusy ( ) : bool
setMouseBusy ( ) : void

Private Methods

Method Description
Awake ( ) : void
Update ( ) : void

Method Details

getMouseBusy() public method

public getMouseBusy ( ) : bool
return bool

setMouseBusy() public method

public setMouseBusy ( ) : void
return void

Property Details

Alcoholic public property

public AlcoholicCustomer, Alcoholic
return AlcoholicCustomer,

Customer public property

public NormalCustomer, Customer
return NormalCustomer,

chia public property

public Chia, chia
return Chia,

customer_count public property

public int customer_count
return int

customer_stack public property

public Stack customer_stack
return Stack

drinkOptions public property

public List drinkOptions
return List

isLevel1 public static property

public static bool isLevel1
return bool

moneyEarned public static property

public static int moneyEarned
return int

mouseBusy public property

public bool mouseBusy
return bool

star1 public static property

public static int star1
return int

star2 public static property

public static int star2
return int

star3 public static property

public static int star3
return int

timeLeft public static property

public static float timeLeft
return float