Restructured the source code in the Playdate bindings target.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
extension Lua {
|
||||
/// A constant published on a registered class.
|
||||
public enum ClassValue {
|
||||
case int(name: String, value: UInt32)
|
||||
case float(name: String, value: Float)
|
||||
case string(name: String, value: String)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user