mirror of
https://github.com/DerTyp7/example-top-down-unity.git
synced 2026-07-31 15:29:02 +02:00
base vitality
This commit is contained in:
11
Assets/Scripts/Player/Player.cs
Normal file
11
Assets/Scripts/Player/Player.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
public class Player : MonoBehaviour
|
||||
{
|
||||
public void Die()
|
||||
{
|
||||
Debug.Log("----- PLAYER DIED!!! -----");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user