Objects/IGamepadTestBaunc.cs

Interface IGamepadTestBaunc with a single auto property baunc of type GameObject, annotated with [Property]. It declares a get/set property for use by the engine or editor.

interface IGamepadTestBaunc{
	[Property] public GameObject baunc { get; set; }
}