Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ActionThunk()

static void System.Dynamic.Utils.DelegateHelpers.ActionThunk ( Func< object[], object > handler)
inlinestatic

Definition at line 28 of file DelegateHelpers.cs.

29 {
30 handler(Array.Empty<object>());
31 }