KristalTeam / Kristal

Deltarune fangame engine for Love2D
BSD 3-Clause "New" or "Revised" License
105 stars 51 forks source link

Change the input type of `isClass()` to `any` #222

Closed MrOinky closed 1 month ago

MrOinky commented 1 month ago

isClass() can be used on any variable type (and is throughout the code) despite previously being marked as table only