port from perforce
This commit is contained in:
8
aiwaz/Backup/Aiwaz.Contracts/IUpdatable.cs
Normal file
8
aiwaz/Backup/Aiwaz.Contracts/IUpdatable.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Aiwaz.Contracts
|
||||
{
|
||||
public interface IUpdatable
|
||||
{
|
||||
void Update(bool argForceUpdate);
|
||||
bool WantsUpdate { get; }
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user