InteractionHandler.handleInteraction C# (CSharp) Method

handleInteraction() private method

private handleInteraction ( InteractionID interaction ) : void
interaction InteractionID
return void
	void handleInteraction (InteractionID interaction) {
		switch (interaction) {

		case InteractionID.FirstMate:
			handleFirstMateInteraction();
			break;

		}
	}