1
This commit is contained in:
9
Packages/Core/Utility/Activable.cs
Normal file
9
Packages/Core/Utility/Activable.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
namespace BITKit
|
||||
{
|
||||
public interface IActivable
|
||||
{
|
||||
void SetActive(bool active);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user