Update Project
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Zenject.Tests.Bindings.FromPrefabResource
|
||||
{
|
||||
public class Bob : MonoBehaviour
|
||||
{
|
||||
[NonSerialized]
|
||||
[Inject]
|
||||
public Jim Jim;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user