Files
OGG/Assets/Scripts/Player.cs

7 lines
85 B
C#

using UnityEngine;
public class Player : MonoBehaviour
{
public float health;
}