Error: Method expected in example code
randomcmd opened this issue · 3 comments
randomcmd commented
geckwwo commented
just add () after func name
it's so easy
geckwwo commented
HamsterCheese.AmongUsMemory.Cheese.ObserveShipStatus(OnDetectJoinNewGame())
rushiiMachine commented
HamsterCheese.AmongUsMemory.Cheese.ObserveShipStatus((x) => OnDetectJoinNewGame());
Or make your OnDetectJoinNewGame
have a uint
paramater