view src/main/java/alice/test/topology/share/StartFishMovement.java @ 655:1c93e82e05c6 default tip

fix timestamp
author suruga
date Sat, 17 Feb 2018 00:33:00 +0900
parents aefbe41fcf12
children
line wrap: on
line source

package alice.test.topology.share;

import alice.codesegment.CodeSegment;

public class StartFishMovement extends CodeSegment{
    @Override
    public void run(){
        new CheckMyName();
    }


}