mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-03-19 08:21:22 +00:00
8 lines
120 B
C#
8 lines
120 B
C#
|
namespace FSO.Common.Utils
|
|||
|
{
|
|||
|
public interface ITimedCachable
|
|||
|
{
|
|||
|
void Rereferenced(bool save);
|
|||
|
}
|
|||
|
}
|