sbox-scenestaging icon indicating copy to clipboard operation
sbox-scenestaging copied to clipboard

Can't Use Interfaces as a `[Property]`.

Open Fortune117 opened this issue 1 year ago • 5 comments

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. image

Fortune117 avatar Nov 16 '23 04:11 Fortune117