/SimpleInputBuffer

A really basic input buffer system by using queue and enum. usually used in fighting games. to store commands to execute later if the current command is still running.

Primary LanguageC#

SimpleInputBuffer

A really basic input buffer system by using queue and enum. usually used in fighting games. to store commands to execute later if the current command is still running.