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
27 B
C#
4 lines
27 B
C#
public interface IBase
|
|
{
|
|
}
|