Skip to content

Commit 91a003f

Browse files
authored
Update unit.rs
1 parent b0c4c0a commit 91a003f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/gamedata/unit.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ pub struct Unit {
131131
pub ring :Option<&'static UnitRing>,
132132
pub extra_sight :i32,
133133
pub move_distance :i32,
134+
/// Testing doc comments
134135
pub mask_skill : Option<&'static SkillArray>,
135136
pub equip_skill :&'static mut SkillArray,
136137
pub private_skill :&'static SkillArray,
@@ -659,4 +660,4 @@ fn unitrecord_add(this: &UnitRecord, kinds: i32, value: i32, method_info: Option
659660
fn unitrecord_get_dead_chapter(this: &UnitRecord, method_info: OptionalMethod) -> Option<&'static ChapterData>;
660661

661662
#[unity::from_offset("App", "UnitAccessoryList", "get_Count")]
662-
fn unitaccessorylist_get_count(this: u64, method_info: OptionalMethod) -> i32;
663+
fn unitaccessorylist_get_count(this: u64, method_info: OptionalMethod) -> i32;

0 commit comments

Comments
 (0)