Skip to content

Instantly share code, notes, and snippets.

@Kielan
Created October 5, 2025 22:06
Show Gist options
  • Select an option

  • Save Kielan/b39821955b667367d75629cbdf30815f to your computer and use it in GitHub Desktop.

Select an option

Save Kielan/b39821955b667367d75629cbdf30815f to your computer and use it in GitHub Desktop.

Revisions

  1. Kielan created this gist Oct 5, 2025.
    6 changes: 6 additions & 0 deletions actor_attrs_plugin.rs
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    pub struct ActorAttrs {
    pub strength: u32,
    pub agility: u32,
    pub intelligence: u32,
    pub charisma: u32,
    }