/** * Copyright (C) 2022 by Martin Robillard. See https://codesample.info/about.html */package e2.chapter7;/** * Stub class to represent a client of the Move class * hierarchy. */public class GameModel{ public void push(Move pMove) {}}
This page was produced with Casdoc 4.0.1. Copyright (C) 2024 by Mathieu Nassif and Martin Robillard. By using this content you indicate your agreement to our terms. Last updated 2024-09-06. See the code on GitHub.