Answers for "unity access enum from another script"

0

unity access enum from another script

//Item.cs
 
 public class Item{
 
 //your code
 
 }
 
  public enum ItemType
      {
          DoorKeys,
          Papers,
          OtherObjects,
          chaveParte
      }
Posted by: Guest on February-26-2021

Code answers related to "unity access enum from another script"

Code answers related to "Javascript"

Browse Popular Code Answers by Language