Solaestas / Everglow

GNU General Public License v3.0
26 stars 3 forks source link

Add some abstract class of furniture item. #256

Closed Omnielement closed 2 months ago

Omnielement commented 2 months ago

We can make the furniture item more convinient and standardized. And solve the issue: Item.CloneDefaults(XXX) and Item.DefaultToPlaceableTile(XXX) can not be used at the same time. To inherit the class, we should only use the latter function and remain base.SetDefaults();