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.
6 lines
61 B
C#
6 lines
61 B
C#
|
|
public interface IDataLoader
|
|
{
|
|
void InitializeData();
|
|
}
|