JimmyCushnie / JECS

Jimmy's Epic Config System
Do What The F*ck You Want To Public License
156 stars 16 forks source link

Throw errors when we try to use interfaces #21

Open JimmyCushnie opened 4 years ago

JimmyCushnie commented 4 years ago

SUCC does not support saving or loading interface types. This should be documented and it should throw an exception if you try.

JimmyCushnie commented 4 years ago

Alternatively, we could make it support interfaces lol. Would probably have to dynamically implement those types at runtime, perhaps using ClassImpl.