namespace Oni.Totoro { internal enum Direction { None, Forward, Backward, Left, Right } }