[−][src]Type Definition amethyst::SimpleTrans
type SimpleTrans = Trans<GameData<'static, 'static>, StateEvent>;
A simple default Trans
. Made to be used with SimpleState
.
By default it contains a GameData
as its StateData
and doesn't have a custom event type.