Commit 45406aeb authored by Boris Mühmer's avatar Boris Mühmer
Browse files

evening snapshot

parent dc282a4e
Loading
Loading
Loading
Loading

objects/direction.go

0 → 100644
+1 −0
Original line number Diff line number Diff line
package objects
+1 −0
Original line number Diff line number Diff line
package objects

objects/objects.go

0 → 100644
+6 −0
Original line number Diff line number Diff line
package objects

type Object interface {
	Name() string
	SetName(string) string
}
+1 −0
Original line number Diff line number Diff line
package objects

objects/position.go

0 → 100644
+1 −0
Original line number Diff line number Diff line
package objects
Loading