Update methods to be internal, remove invocation bloat
This commit is contained in:
@@ -85,7 +85,7 @@ namespace Interactions
|
||||
}
|
||||
}
|
||||
|
||||
protected override void OnManagedAwake()
|
||||
internal override void OnManagedAwake()
|
||||
{
|
||||
base.OnManagedAwake(); // SaveableInteractable registration
|
||||
|
||||
|
||||
Reference in New Issue
Block a user