Removed Subrepository
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace OpenGLTutorial.Rendering.Objects.Components {
|
||||
public interface IComponent {
|
||||
public void Load(GameObject thisObject);
|
||||
public void Update(GameObject thisObject);
|
||||
public void Destroy(GameObject thisObject);
|
||||
public void Render(GameObject thisObject);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user