QuiltMC / quilt-config

Quilt Config (aka "haven king's metadata of madness") is a library designed to facilitate the creation and management of config files.
Apache License 2.0
21 stars 8 forks source link

provide some default serializable classes #16

Open ix0rai opened 8 months ago

ix0rai commented 8 months ago

Vec2I, Vec3I, StringPair, etc these will help users write less code

OroArmor commented 8 months ago

I wonder if it would be better to add these in a qsl module

ix0rai commented 8 months ago

but I want them for enigma... I think it would be smart for QSL to do some background magic to make Identifier and such serializable

OroArmor commented 7 months ago

I think thats fair. I wonder if we could make these interfaces an also have a default class so that we could do some magic with interface implementation on classes.