diff options
| author | Kjetil Orbekk <kj@orbekk.com> | 2022-11-15 12:25:25 -0500 |
|---|---|---|
| committer | Kjetil Orbekk <kj@orbekk.com> | 2022-11-15 12:25:25 -0500 |
| commit | 6296e97fafd4bb5063541bee83061c398f31d19e (patch) | |
| tree | acf9622d16df7d53cd42b4df0bd88b9721f78f8e /protocol | |
| parent | 4c0109a8c40012f75e3d0d900c0ef41893cfb4bb (diff) | |
Add journaling trait for game objects
Diffstat (limited to 'protocol')
| -rw-r--r-- | protocol/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocol/src/lib.rs b/protocol/src/lib.rs index 4294e17..b10e7e1 100644 --- a/protocol/src/lib.rs +++ b/protocol/src/lib.rs @@ -14,4 +14,5 @@ pub struct Table { #[derive(Serialize, Deserialize, PartialEq, Eq, Clone, Debug)] pub struct TableView { + pub m: String, } |
