Initial Commit

This commit is contained in:
2026-03-16 14:38:46 +02:00
commit b8f7327a21
2327 changed files with 253610 additions and 0 deletions
@@ -0,0 +1,24 @@
using UnityEngine;
namespace Zenject.Tests.Bindings.InstantiateCallback
{
public class Foo : MonoBehaviour
{
public string Value
{
get; set;
}
public bool WasInjected
{
get;
private set;
}
[Inject]
public void Construct()
{
WasInjected = true;
}
}
}
@@ -0,0 +1,13 @@
fileFormatVersion: 2
guid: f2a3cbbac172d9d47af76aca9a4d0229
timeCreated: 1535264071
licenseType: Free
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: