Did the same thing to interfaces

This commit is contained in:
2022-08-24 18:57:07 -04:00
parent 715766edb4
commit c470997887
3 changed files with 3 additions and 5 deletions
+1 -3
View File
@@ -190,7 +190,6 @@ type ObjtSection struct {
location file.Location
name string
// TODO: make this Identifier instead of Type
inherits Identifier
permission types.Permission
// TODO: order matters here we need to store these in an array
@@ -226,8 +225,7 @@ type FaceBehavior struct {
type FaceSection struct {
location file.Location
name string
// TODO: make this Identifier instead of string
inherits string
inherits Identifier
permission types.Permission
behaviors map[string] FaceBehavior