fishfightback/component/rail.go

6 lines
135 B
Go

package component
// Rail is a component added to all entities which should move along the rail with the camera.
type Rail struct {
}