summaryrefslogtreecommitdiff
path: root/Client/Assembly-CSharp/IConnectButton.cs
blob: 5f2848ad1c28f87634eece482e81236bbedc22b4 (plain)
1
2
3
4
5
6
7
8
using System;

public interface IConnectButton
{
	void StartIcon();

	void StopIcon();
}