add basic tz data

This commit is contained in:
Héctor Giménez
2024-04-24 22:16:23 +09:00
parent 07b5a3a1c3
commit de84f7bbe0
4 changed files with 268 additions and 151 deletions

View File

@@ -4,7 +4,8 @@ type ID int
type Area struct {
ID
Name string
Name string
CanBeTerrorized bool
}
func (a ID) IsTown() bool {