HKI Core
HKI Core
Init
IInit.cs
Go to the documentation of this file.
1
using
UnityEngine
;
2
3
namespace
HKI
.Core.Init
4
{
8
public
interface
IInit
9
{
10
// Interface function
11
void
Init();
12
}
13
}
HKI.Core.Init.IInit
This interface allows the initialization of anything by the Initialzer.
Definition:
IInit.cs:8
UnityEngine
HKI
Generated by
1.8.13