6e5501b32d
add WaW support fix stats threading
12 lines
194 B
C#
12 lines
194 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace SharedLibraryCore.Interfaces
|
|
{
|
|
public interface ITrackable
|
|
{
|
|
string GetTrackableValue();
|
|
}
|
|
}
|