Files
Darklings-FightingGame/Assets/_Project/Scripts/NetworkScripts/PlayerData.cs
kidagine ca052d9456 update
2022-01-20 03:01:55 +01:00

19 lines
294 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class PlayerData : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}