obfuz/Samples/DynamicSecretKey/Assets/HotUpdate/Entry.cs

10 lines
122 B
C#
Raw Normal View History

using UnityEngine;
public class Entry : MonoBehaviour
{
void Start()
{
Debug.Log("Entry Start");
}
}