completed prototyping. Integrated abstraction layer from previous project. Refactored gameplay code. Found an issue with drifting and added a quick fix for the same. Added camera system for chasing player movement.
4 lines
62 B
C#
4 lines
62 B
C#
public interface IBootLoader
|
|
{
|
|
public void Initialize();
|
|
} |