1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-22 17:48:01 +02:00
Beef/BeefLibs/corlib/src/AsyncCallback.bf

4 lines
75 B
Beef

namespace System
{
public delegate void AsyncCallback(IAsyncResult ar);
}