This repository has been archived on 2026-01-20. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
AW_2025/Assets/WIFramework/Scripts/Util/UnityAwakeSealer.cs
2025-02-24 15:18:12 +09:00

10 lines
159 B
C#

using UnityEngine;
namespace WIFramework.Util
{
public class UnityAwakeSealer : MonoBehaviour
{
protected virtual void Awake() { }
}
}