Clean up
parent
89d242d246
commit
f5398c7260
|
@ -29,14 +29,14 @@ Copyright (c) 2007 Michael Wright
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
||||||
namespace Second_server
|
namespace OpenSim
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Description of Physics_manager.
|
/// Description of Physics_manager.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class Physics_manager
|
public class PhysicsManager
|
||||||
{
|
{
|
||||||
public Physics_manager()
|
public PhysicsManager()
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue