face-section #7

Merged
sashakoshka merged 12 commits from face-section into main 2022-08-24 04:57:15 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 8817d72cb3 - Show all commits

View File

@ -218,8 +218,8 @@ type FaceBehavior struct {
type FaceSection struct {
location file.Location
name string
inherits string
what Type
permission types.Permission
behaviors map[string] FaceBehavior
}