diff options
| author | troido <troido@protonmail.com> | 2020-09-26 00:05:03 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-09-26 00:05:03 +0200 |
| commit | 345251f20401a71f7e7e00f4810b92af39ad4395 (patch) | |
| tree | 4f1f64a4f09e81fb98bb786865d5164048440321 /src/resources/roompermissions.rs | |
| parent | 9e2aa0f98cb93ea79db023f1309e083e59192293 (diff) | |
use flags for the whole room instead of room permissions
the flags on a tile are the union of the flags from the entity on that tile and the room flags
Diffstat (limited to 'src/resources/roompermissions.rs')
| -rw-r--r-- | src/resources/roompermissions.rs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/resources/roompermissions.rs b/src/resources/roompermissions.rs deleted file mode 100644 index e3646f3..0000000 --- a/src/resources/roompermissions.rs +++ /dev/null @@ -1,8 +0,0 @@ - -use serde::{Deserialize, Serialize}; - -#[derive(Default, Debug, Clone, Deserialize, Serialize)] -pub struct RoomPermissions { - #[serde(default)] - pub build: bool -} |
