Hi, (might be dumb)
I am trying to use HandleUntyped as a parameter to a system as a Local. But because HandleUntyped doesn't implement Default, I am unable to. Honestly I am not sure how a default impl of HandleUntyped should work.
Currently I have similar separate systems for each unique Handle Type but I am wondering if I am missing something simple.
Thanks,
Hi, (might be dumb)
I am trying to use HandleUntyped as a parameter to a system as a Local. But because HandleUntyped doesn't implement Default, I am unable to. Honestly I am not sure how a default impl of HandleUntyped should work.
Currently I have similar separate systems for each unique Handle Type but I am wondering if I am missing something simple.
Thanks,