tangled
alpha
login
or
join now
cass.cityboundforest.com
/
dice-wire
2
fork
atom
A framework for the Godot engine to create TTRPG games for Advanced 5th Edition, Pathfinder 2nd Edition, and more
2
fork
atom
overview
issues
pulls
pipelines
dice-wire
/
src
/
traits.rs
at
main
3 lines
59 B
view raw
wrap content
cass.cityboundforest.com
Adding code to generalize some factors for all systems and add traits for system structs to implement
22hrs ago
14faecc4
1
pub
trait
Serialize
{
2
fn
serialize
(
&
self
)
->
Vec
<
u8
>
;
3
}