Starsector API
Loading...
Searching...
No Matches
AssignmentTargetAPI.java
Go to the documentation of this file.
1package com.fs.starfarer.api.combat;
2
3import org.lwjgl.util.vector.Vector2f;
4
5public interface AssignmentTargetAPI {
6 Vector2f getLocation();
7 Vector2f getVelocity();
8
12 int getOwner();
13}