sbox-scenestaging
sbox-scenestaging copied to clipboard
Can't Use Interfaces as a `[Property]`.
I want to set up some code to work like this:
[Property]
public IDamageable DamageableProxy { get; set; }
And then be able to assign any component that has the correct interface.
However, the entry bar is greyed out and doesn't work atm.