You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
335 B

2 years ago
using System.Collections;
using System.Collections.Generic;
2 years ago
using GameCore.Test;
2 years ago
using UnityEngine;
public class Main : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
2 years ago
TestEntityDataBlock.Run();
2 years ago
}
// Update is called once per frame
void Update()
{
}
}