mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-04 20:57:49 +00:00
4 lines
89 B
C#
4 lines
89 B
C#
namespace Roblox.Common.Mail.Pop3;
|
|
|
|
public delegate void TraceHandler(string TraceText);
|