A framework for the Godot engine to create TTRPG games for Advanced 5th Edition, Pathfinder 2nd Edition, and more
at main 3 lines 59 B view raw
1pub trait Serialize { 2 fn serialize(&self) -> Vec<u8>; 3}