mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-28 15:57:59 +03:00
Fix secrets property being write-only
This commit is contained in:
parent
839d9a4719
commit
163594a6b9
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ e.g. `myLevel.laraType = LaraType.Divesuit`
|
|||
|
||||
/// (short) Set Secrets for Level
|
||||
//@mem secrets
|
||||
"secrets", sol::property(&Level::SetSecrets)
|
||||
"secrets", sol::property(&Level::GetSecrets, &Level::SetSecrets)
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue