Exemplo n.º 1
0
 public void SetDir(EDirection bodyDir, EHeadDirection headDir)
 {
     Location.Direction = bodyDir;
     HeadDir            = headDir;
 }
Exemplo n.º 2
0
		public void SetDir(EDirection bodyDir, EHeadDirection headDir) {
			Location.Direction = bodyDir;
			HeadDir = headDir;
		}