11 lines
No EOL
170 B
Text
11 lines
No EOL
170 B
Text
|
|
|
|
|
|
class Diary{
|
|
|
|
static write(human : int, events : Map) : String{
|
|
var entry = "We had nice travels and found a dog!"
|
|
//todo: add to diary data
|
|
}
|
|
|
|
} |