Pro_Unit

Location

Sep 15th, 2021
902
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.16 KB | None | 0 0
  1. [CreateAssetMenu]
  2.     public class Location : ScriptableObject
  3.     {
  4.         public int SceneIndex;
  5.         public string Description;
  6.         public Sprite LoadingBackground;
  7.     }
Advertisement
Add Comment
Please, Sign In to add comment