| 123456789101112131415 |
- /*
- * Copyright (c) 2012-2017 Daniele Bartolini and individual contributors.
- * License: https://github.com/taylor001/crown/blob/master/LICENSE
- */
- namespace Crown
- {
- namespace UnitPreviewApi
- {
- public string set_preview_resource(string placeable_type, string name)
- {
- return "UnitPreview:set_preview_resource(\"%s\", \"%s\")".printf(placeable_type, name);
- }
- }
- }
|