You've already forked Darklings-FightingGame
mirror of
https://github.com/izzy2lost/Darklings-FightingGame.git
synced 2026-03-10 11:35:19 -07:00
10 lines
238 B
C#
10 lines
238 B
C#
namespace STUN.Attributes
|
|
{
|
|
public class STUNOtherAddressAttribute : STUNEndPointAttribute
|
|
{
|
|
public override string ToString()
|
|
{
|
|
return string.Format("OTHER-ADDRESS {0}", EndPoint);
|
|
}
|
|
}
|
|
} |