Categories
Why boolean = false?
public bool IsFree = true; public void CreateOS() { Debug.Log(IsFree); }
Answer the question
In order to leave comments, you need to log in
public void CreateOS(bool ToggleStatus){ Debug.Log(ToggleStatus); }
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question