source: java/main/src/main/java/com/framsticks/core/EntityOwner.java @ 78

Last change on this file since 78 was 78, checked in by psniegowski, 11 years ago

Add f0 parsing and f0->Model transformation.

File size: 115 bytes
Line 
1package com.framsticks.core;
2
3/**
4 * @author Piotr Sniegowski
5 */
6public interface EntityOwner {
7        void onDone();
8}
Note: See TracBrowser for help on using the repository browser.