Sixze / ALS-Refactored

Completely reworked and improved C++ version of Advanced Locomotion System V4.
MIT License
978 stars 273 forks source link

Rewrite AAlsCharacter to UAlsComponent #423

Closed broly closed 10 months ago

broly commented 10 months ago

AAlsCharacter is very incovinient for prototyping. Composition is better than inheritance.