001package com.fs.starfarer.api.characters;
002
003public interface PersonalityAPI {
004        String getId();
005        String getDisplayName();
006        String getDescription();
007}