aboutsummaryrefslogtreecommitdiffstats
path: root/rust/src/buff_extra.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/src/buff_extra.rs')
-rw-r--r--rust/src/buff_extra.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/rust/src/buff_extra.rs b/rust/src/buff_extra.rs
index 473cdde..a7b7902 100644
--- a/rust/src/buff_extra.rs
+++ b/rust/src/buff_extra.rs
@@ -2,13 +2,13 @@ use gdnative::api::*;
use gdnative::prelude::*;
use crate::buff_trait::Buff;
-struct BuffExtra {
+pub struct BuffExtra {
name: String,
description: String,
}
impl BuffExtra {
- fn new() -> Self {
+ pub fn new() -> Self {
BuffExtra {
name: String::from("Extra Stroke"),
description: String::from("One additional stroke that doesn't count"),