ProjetAMJV_CR/Assets/otherTeam/ManagerScipts/GiveCrownManager.cs
Crizomb 521a62973a integration
bad other team code on another branch
2025-01-28 23:58:50 +01:00

16 lines
287 B
C#

using UnityEngine;
public class GiveCrownManager : MonoBehaviour
{
// Start is called once before the first execution of Update after the MonoBehaviour is created
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}