Pro_Unit

FloatVariable

Dec 5th, 2018
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.11 KB | None | 0 0
  1. using UnityEngine;
  2. [CreateAssetMenu]
  3. public class FloatVariable : ScriptableObject
  4. {
  5.     public float Value;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment