Update Project
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace Zenject.Tests.Bindings.FromPrefabResource
|
||||
{
|
||||
public interface INorf
|
||||
{
|
||||
}
|
||||
|
||||
public class Norf : MonoBehaviour, INorf
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user