brokenplugins
MW 2007-02-02 17:22:04 +00:00
parent 89d242d246
commit f5398c7260
1 changed files with 3 additions and 3 deletions

View File

@ -29,14 +29,14 @@ Copyright (c) 2007 Michael Wright
using System;
namespace Second_server
namespace OpenSim
{
/// <summary>
/// Description of Physics_manager.
/// </summary>
public class Physics_manager
public class PhysicsManager
{
public Physics_manager()
public PhysicsManager()
{
}
}