added "to" in NTtB doc comment...

This commit is contained in:
Sebastian Lenzlinger 2022-03-26 10:10:51 +01:00
parent 18acef0a2e
commit 3f05121925

View File

@ -6,7 +6,7 @@ import java.util.Queue;
/**
* This class defines what type the ClientMsgDecoder returns after decoding the message.
* This is done so the output can be split into a response to the client and action
* in the game logik.
* in to the game logik.
* commands should map to methods(maybe classes)
* parameters map to method parameters
*