mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-30 05:15:59 +02:00
Got rid of Action<T>/Func<T>
This commit is contained in:
parent
44bd9c698f
commit
b52db47d55
37 changed files with 94 additions and 88 deletions
|
@ -111,7 +111,7 @@ namespace Beefy.utils
|
|||
Clear();
|
||||
}
|
||||
|
||||
public void WithActions(Action<UndoAction> func)
|
||||
public void WithActions(delegate void(UndoAction) func)
|
||||
{
|
||||
for (var action in mUndoList)
|
||||
func(action);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue