Initial Commit
This commit is contained in:
commit
ee5c2f922d
2255 changed files with 547750 additions and 0 deletions
6
Assets/Scripts/Facades/PlayerFacade.cs
Normal file
6
Assets/Scripts/Facades/PlayerFacade.cs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
using UnityEngine;
|
||||
|
||||
public class PlayerFacade : MonoBehaviour
|
||||
{
|
||||
public float MaxHealth;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue