Beispiel #1
0
    public Dependency(MonoBehaviour dependent)
    {
        dependent.AssertNotNull(nameof(dependent));

        this.dependent = dependent;
    }