about summary refs log tree commit diff stats
path: root/.clang-format
Commit message (Expand)AuthorAgeFilesLines
* Protobuf works! Parsing connectionsStar Rauchenberger2025-08-071-0/+1
d9d13c77640ca42e99ba7c20b'>blame)
1
2
3
4
5
6
7
8
9
10
connections {
  from_room: "Entry"
  to_room: "Puzzles"
  door { name: "Front Door" }
}
connections {
  from_room: "Puzzles"
  to_room: "Mastery"
  door { name: "Mastery" }
}