Files
Flappy-Bird-AI-Driven-Result/Assets/Plugins/Zenject/Source/Runtime/Kernels/DefaultGameObjectKernel.cs
T
2026-03-16 14:38:46 +02:00

11 lines
114 B
C#

#if !NOT_UNITY3D
namespace Zenject
{
public class DefaultGameObjectKernel : MonoKernel
{
}
}
#endif