forked from GitHub/gf-core
moved phrases like 'I am hungry' from Greetings to Words to make them more general
This commit is contained in:
@@ -21,4 +21,10 @@ abstract Words = Sentences ** {
|
||||
ASpeak : Person -> Language -> Action ;
|
||||
ALove : Person -> Person -> Action ;
|
||||
|
||||
AHungry : Person -> Action ;
|
||||
AThirsty : Person -> Action ;
|
||||
ATired : Person -> Action ;
|
||||
AScared : Person -> Action ;
|
||||
AUnderstand : Person -> Action ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user