Skip to content

Commit f5e243a

Browse files
committed
add Bromeon guideline suggestion
1 parent 3a20114 commit f5e243a

File tree

1 file changed

+2
-2
lines changed
  • squash-the-creeps/rust/src

1 file changed

+2
-2
lines changed

squash-the-creeps/rust/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ mod player;
44
mod scorelabel;
55
use godot::prelude::*;
66

7-
struct Scripts;
7+
struct SquashTheCreeps;
88

99
#[gdextension]
10-
unsafe impl ExtensionLibrary for Scripts {}
10+
unsafe impl ExtensionLibrary for SquashTheCreeps {}

0 commit comments

Comments
 (0)