vs2017 debug seems to get very confused with our script class called Timer (run runprebuild)

This commit is contained in:
UbitUmarov
2021-03-11 23:54:34 +00:00
parent 8712c7100e
commit 60868fe975
6 changed files with 51 additions and 262 deletions

View File

@@ -201,7 +201,7 @@ namespace OpenSim.Region.ScriptEngine.Interfaces
/// Process the next event queued for this script instance.
/// </summary>
/// <returns></returns>
object EventProcessor();
void EventProcessor();
int EventTime();