forked from GitHub/gf-core
9 lines
128 B
Plaintext
9 lines
128 B
Plaintext
--# -path=.:../abstract:../common:../../prelude
|
|
resource ResEng = {
|
|
|
|
param
|
|
OtherParam = A | B ;
|
|
Gender = Masc | Fem ;
|
|
|
|
} ;
|